home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2 - Developers' Solutions / Delphi 2 Developers' Solutions.iso / dds / chap11 / howto02 / cciccfrm.dfm / cciccfrm.txt
Encoding:
Text File  |  1996-06-12  |  23.3 KB  |  846 lines

  1. object CCINetCCForm: TCCINetCCForm
  2.   Left = 352
  3.   Top = 184
  4.   Width = 614
  5.   Height = 443
  6.   Caption = 'CC Internet Command Center'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   Menu = MainMenu1
  12.   Position = poScreenCenter
  13.   Scaled = False
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   OnResize = FormResize
  17.   PixelsPerInch = 96
  18.   TextHeight = 16
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 356
  22.     Width = 606
  23.     Height = 41
  24.     Align = alBottom
  25.     Alignment = taLeftJustify
  26.     BevelInner = bvLowered
  27.     BevelWidth = 3
  28.     Caption = '  Status: Off Line'
  29.     TabOrder = 0
  30.     object Panel2: TPanel
  31.       Left = 294
  32.       Top = 6
  33.       Width = 306
  34.       Height = 29
  35.       Align = alRight
  36.       BevelOuter = bvLowered
  37.       BevelWidth = 3
  38.       TabOrder = 0
  39.       object Gauge1: TGauge
  40.         Left = 3
  41.         Top = 3
  42.         Width = 300
  43.         Height = 23
  44.         Align = alClient
  45.         Progress = 0
  46.       end
  47.     end
  48.   end
  49.   object Panel3: TPanel
  50.     Left = 0
  51.     Top = 0
  52.     Width = 606
  53.     Height = 41
  54.     Align = alTop
  55.     BevelWidth = 3
  56.     TabOrder = 1
  57.     object Label1: TLabel
  58.       Left = 8
  59.       Top = 12
  60.       Width = 73
  61.       Height = 16
  62.       Alignment = taRightJustify
  63.       AutoSize = False
  64.       Caption = 'Subject:'
  65.     end
  66.     object ComboBox1: TComboBox
  67.       Left = 88
  68.       Top = 8
  69.       Width = 417
  70.       Height = 24
  71.       ItemHeight = 16
  72.       TabOrder = 0
  73.     end
  74.     object Button1: TButton
  75.       Left = 512
  76.       Top = 8
  77.       Width = 89
  78.       Height = 25
  79.       Caption = 'Action'
  80.       TabOrder = 1
  81.       OnClick = Button1Click
  82.     end
  83.   end
  84.   object Panel4: TPanel
  85.     Left = 0
  86.     Top = 41
  87.     Width = 185
  88.     Height = 315
  89.     Align = alLeft
  90.     BevelInner = bvLowered
  91.     BevelWidth = 3
  92.     BorderWidth = 5
  93.     TabOrder = 2
  94.     object Label4: TLabel
  95.       Left = 11
  96.       Top = 11
  97.       Width = 163
  98.       Height = 16
  99.       Align = alTop
  100.       Alignment = taCenter
  101.       AutoSize = False
  102.       Caption = 'Mailboxes'
  103.     end
  104.     object Label5: TLabel
  105.       Left = 11
  106.       Top = 145
  107.       Width = 163
  108.       Height = 16
  109.       Align = alTop
  110.       Alignment = taCenter
  111.       AutoSize = False
  112.       Caption = 'Current Messages'
  113.     end
  114.     object Panel6: TPanel
  115.       Left = 11
  116.       Top = 27
  117.       Width = 163
  118.       Height = 118
  119.       Align = alTop
  120.       BevelOuter = bvLowered
  121.       BevelWidth = 3
  122.       TabOrder = 0
  123.       object ListBox1: TListBox
  124.         Left = 3
  125.         Top = 3
  126.         Width = 157
  127.         Height = 112
  128.         Align = alClient
  129.         ItemHeight = 16
  130.         MultiSelect = True
  131.         TabOrder = 0
  132.         OnClick = ListBox1Click
  133.         OnDblClick = ListBox1DblClick
  134.       end
  135.     end
  136.     object Panel7: TPanel
  137.       Left = 11
  138.       Top = 161
  139.       Width = 163
  140.       Height = 40
  141.       Align = alTop
  142.       BevelWidth = 3
  143.       TabOrder = 1
  144.       object SpeedButton1: TSpeedButton
  145.         Left = 8
  146.         Top = 8
  147.         Width = 25
  148.         Height = 25
  149.         Hint = 'Previous Item'
  150.         Glyph.Data = {
  151.           78010000424D7801000000000000760000002800000020000000100000000100
  152.           04000000000000000000120B0000120B00000000000000000000000000000000
  153.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  154.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF003C3333339333
  155.           337437FFF3337F3333F73CCC33339333344437773F337F33377733CCC3339337
  156.           4447337F73FF7F3F337F33CCCCC3934444433373F7737F773373333CCCCC9444
  157.           44733337F337773337F3333CCCCC9444443333373F337F3337333333CCCC9444
  158.           473333337F337F337F333333CCCC94444333333373F37F33733333333CCC9444
  159.           7333333337F37F37F33333333CCC944433333333373F7F373333333333CC9447
  160.           33333333337F7F7F3333333333CC94433333333333737F7333333333333C9473
  161.           33333333333737F333333333333C943333333333333737333333333333339733
  162.           3333333333337F333333333333339333333333333333733333330000}
  163.         NumGlyphs = 2
  164.         ParentShowHint = False
  165.         ShowHint = True
  166.         OnClick = SpeedButton1Click
  167.       end
  168.       object SpeedButton2: TSpeedButton
  169.         Left = 37
  170.         Top = 8
  171.         Width = 25
  172.         Height = 25
  173.         Hint = 'Next Item'
  174.         Glyph.Data = {
  175.           78010000424D7801000000000000760000002800000020000000100000000100
  176.           04000000000000000000120B0000120B00000000000000000000000000000000
  177.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  178.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333393333
  179.           333333333337F3333333333333397333333333333337FF333333333333C94333
  180.           3333333333737F333333333333C9473333333333337373F3333333333CC94433
  181.           3333333337F7F7F3333333333CC94473333333333737F73F33333333CCC94443
  182.           333333337F37F37F33333333CCC94447333333337337F373F333333CCCC94444
  183.           33333337F337F337F333333CCCC94444733333373337F3373F3333CCCCC94444
  184.           4333337F3337FF337F3333CCCCC94444473333733F7773FF73F33CCCCC393444
  185.           443337F37737F773F7F33CCC33393374447337F73337F33737FFCCC333393333
  186.           444377733337F333777FC33333393333374373333337333333730000}
  187.         NumGlyphs = 2
  188.         ParentShowHint = False
  189.         ShowHint = True
  190.         OnClick = SpeedButton2Click
  191.       end
  192.       object SpeedButton4: TSpeedButton
  193.         Left = 70
  194.         Top = 8
  195.         Width = 25
  196.         Height = 25
  197.         Hint = 'UUDecode Item(s)'
  198.         Glyph.Data = {
  199.           76010000424D7601000000000000760000002800000020000000100000000100
  200.           04000000000000010000130B0000130B00000000000000000000000000000000
  201.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  202.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  203.           33333333333FFFFFFFFF333333000000000033333377777777773333330FFFFF
  204.           FFF03333337F333333373333330FFFFFFFF03333337F3FF3FFF73333330F00F0
  205.           00F03333F37F773777373330330FFFFFFFF03337FF7F3F3FF3F73339030F0800
  206.           F0F033377F7F737737373339900FFFFFFFF03FF7777F3FF3FFF70999990F00F0
  207.           00007777777F7737777709999990FFF0FF0377777777FF37F3730999999908F0
  208.           F033777777777337F73309999990FFF0033377777777FFF77333099999000000
  209.           3333777777777777333333399033333333333337773333333333333903333333
  210.           3333333773333333333333303333333333333337333333333333}
  211.         NumGlyphs = 2
  212.         ParentShowHint = False
  213.         ShowHint = True
  214.         OnClick = SpeedButton4Click
  215.       end
  216.       object SpeedButton5: TSpeedButton
  217.         Left = 132
  218.         Top = 8
  219.         Width = 25
  220.         Height = 25
  221.         Hint = 'Move Item(s) to Trash'
  222.         Glyph.Data = {
  223.           78010000424D7801000000000000760000002800000020000000100000000100
  224.           04000000000000000000120B0000120B00000000000000000000000000000000
  225.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  226.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333000000000
  227.           3333333777777777F3333330F777777033333337F3F3F3F7F3333330F0808070
  228.           33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070
  229.           33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070
  230.           333333F7F7F7F7F7F3F33030F080707030333737F7F7F7F7F7333300F0808070
  231.           03333377F7F7F7F773333330F080707033333337F7F7F7F7F333333070707070
  232.           33333337F7F7F7F7FF3333000000000003333377777777777F33330F88877777
  233.           0333337FFFFFFFFF7F3333000000000003333377777777777333333330777033
  234.           3333333337FFF7F33333333330000033333333333777773333330000}
  235.         NumGlyphs = 2
  236.         ParentShowHint = False
  237.         ShowHint = True
  238.         OnClick = SpeedButton5Click
  239.       end
  240.       object SpeedButton3: TSpeedButton
  241.         Left = 102
  242.         Top = 8
  243.         Width = 25
  244.         Height = 25
  245.         Hint = 'MIME Decode Item(s)'
  246.         Glyph.Data = {
  247.           76010000424D7601000000000000760000002800000020000000100000000100
  248.           04000000000000010000130B0000130B00000000000000000000000000000000
  249.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  250.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333303
  251.           333333333333337FF3333333333333903333333333333377FF33333333333399
  252.           03333FFFFFFFFF777FF3000000999999903377777777777777FF0FFFF0999999
  253.           99037F3337777777777F0FFFF099999999907F3FF777777777770F00F0999999
  254.           99037F773777777777730FFFF099999990337F3FF777777777330F00FFFFF099
  255.           03337F773333377773330FFFFFFFF09033337F3FF3FFF77733330F00F0000003
  256.           33337F773777777333330FFFF0FF033333337F3FF7F3733333330F08F0F03333
  257.           33337F7737F7333333330FFFF003333333337FFFF77333333333000000333333
  258.           3333777777333333333333333333333333333333333333333333}
  259.         NumGlyphs = 2
  260.         ParentShowHint = False
  261.         ShowHint = True
  262.       end
  263.     end
  264.     object ListBox2: TListBox
  265.       Left = 11
  266.       Top = 201
  267.       Width = 163
  268.       Height = 103
  269.       Align = alClient
  270.       ItemHeight = 16
  271.       MultiSelect = True
  272.       TabOrder = 2
  273.       OnClick = ListBox2Click
  274.       OnDblClick = ListBox2DblClick
  275.     end
  276.   end
  277.   object Panel5: TPanel
  278.     Left = 185
  279.     Top = 41
  280.     Width = 421
  281.     Height = 315
  282.     Align = alClient
  283.     BevelInner = bvLowered
  284.     BevelWidth = 3
  285.     BorderWidth = 5
  286.     TabOrder = 3
  287.     object Memo1: TMemo
  288.       Left = 11
  289.       Top = 52
  290.       Width = 399
  291.       Height = 252
  292.       Align = alClient
  293.       Lines.Strings = (
  294.         '')
  295.       ScrollBars = ssBoth
  296.       TabOrder = 0
  297.     end
  298.     object Panel8: TPanel
  299.       Left = 11
  300.       Top = 11
  301.       Width = 399
  302.       Height = 41
  303.       Align = alTop
  304.       BevelWidth = 3
  305.       TabOrder = 1
  306.       object Label2: TLabel
  307.         Left = 8
  308.         Top = 13
  309.         Width = 33
  310.         Height = 16
  311.         Alignment = taCenter
  312.         AutoSize = False
  313.         Caption = 'To:'
  314.         Visible = False
  315.       end
  316.       object Label3: TLabel
  317.         Left = 200
  318.         Top = 13
  319.         Width = 33
  320.         Height = 16
  321.         Alignment = taCenter
  322.         AutoSize = False
  323.         Caption = 'CC:'
  324.         Visible = False
  325.       end
  326.       object ComboBox2: TComboBox
  327.         Left = 48
  328.         Top = 8
  329.         Width = 145
  330.         Height = 24
  331.         ItemHeight = 16
  332.         TabOrder = 0
  333.         Visible = False
  334.       end
  335.       object ComboBox3: TComboBox
  336.         Left = 240
  337.         Top = 8
  338.         Width = 145
  339.         Height = 24
  340.         ItemHeight = 16
  341.         TabOrder = 1
  342.         Visible = False
  343.       end
  344.     end
  345.   end
  346.   object MainMenu1: TMainMenu
  347.     Left = 520
  348.     Top = 216
  349.     object Network1: TMenuItem
  350.       Caption = 'Network'
  351.       ShortCut = 0
  352.       object ViewWinsockInfo1: TMenuItem
  353.         Caption = 'View Winsock Info'
  354.         ShortCut = 0
  355.         object Description1: TMenuItem
  356.           Caption = 'Description'
  357.           ShortCut = 0
  358.           OnClick = Description1Click
  359.         end
  360.         object SystemStatus1: TMenuItem
  361.           Caption = 'System Status'
  362.           ShortCut = 0
  363.           OnClick = SystemStatus1Click
  364.         end
  365.         object VendorSpecific1: TMenuItem
  366.           Caption = 'Vendor Specific'
  367.           ShortCut = 0
  368.           OnClick = VendorSpecific1Click
  369.         end
  370.       end
  371.       object N1: TMenuItem
  372.         Caption = '-'
  373.         ShortCut = 0
  374.       end
  375.       object ProgressInfo1: TMenuItem
  376.         Caption = 'Progress Info'
  377.         ShortCut = 0
  378.         object ViewInEditWindow1: TMenuItem
  379.           Caption = 'View In Edit Window'
  380.           ShortCut = 0
  381.           OnClick = ViewInEditWindow1Click
  382.         end
  383.         object ViewInStatusLine1: TMenuItem
  384.           Caption = 'View In Status Line'
  385.           Checked = True
  386.           ShortCut = 0
  387.           OnClick = ViewInStatusLine1Click
  388.         end
  389.         object SaveToFile1: TMenuItem
  390.           Caption = 'Save To File...'
  391.           ShortCut = 0
  392.           OnClick = SaveToFile1Click
  393.         end
  394.       end
  395.       object N2: TMenuItem
  396.         Caption = '-'
  397.         ShortCut = 0
  398.       end
  399.       object Exit1: TMenuItem
  400.         Caption = 'Exit'
  401.         ShortCut = 0
  402.         OnClick = Exit1Click
  403.       end
  404.     end
  405.     object Services1: TMenuItem
  406.       Caption = 'Services'
  407.       ShortCut = 0
  408.       object IPAddress1: TMenuItem
  409.         Caption = 'IP Address'
  410.         ShortCut = 0
  411.         OnClick = IPAddress1Click
  412.       end
  413.       object EMail1: TMenuItem
  414.         Caption = 'E Mail'
  415.         ShortCut = 0
  416.         OnClick = EMail1Click
  417.       end
  418.       object FTP1: TMenuItem
  419.         Caption = 'FTP'
  420.         ShortCut = 0
  421.         OnClick = FTP1Click
  422.       end
  423.       object UsenetNws1: TMenuItem
  424.         Caption = 'Usenet News'
  425.         ShortCut = 0
  426.         OnClick = UsenetNws1Click
  427.       end
  428.     end
  429.     object Files1: TMenuItem
  430.       Caption = 'Files'
  431.       ShortCut = 0
  432.       object Load1: TMenuItem
  433.         Caption = 'Load...'
  434.         ShortCut = 0
  435.         OnClick = Load1Click
  436.       end
  437.       object Save1: TMenuItem
  438.         Caption = 'Save...'
  439.         ShortCut = 0
  440.         OnClick = Save1Click
  441.       end
  442.       object Encoding1: TMenuItem
  443.         Caption = 'Encoding'
  444.         ShortCut = 0
  445.         object UUDecode1: TMenuItem
  446.           Caption = 'UUDecode'
  447.           ShortCut = 0
  448.           object File1: TMenuItem
  449.             Caption = 'File...'
  450.             ShortCut = 0
  451.             OnClick = File1Click
  452.           end
  453.           object SelectedArticle1: TMenuItem
  454.             Caption = 'Selected Article'
  455.             ShortCut = 0
  456.             OnClick = SelectedArticle1Click
  457.           end
  458.           object SelectMultipleArticles1: TMenuItem
  459.             Caption = 'Select Multiple Articles'
  460.             ShortCut = 0
  461.             OnClick = SelectMultipleArticles1Click
  462.           end
  463.           object DecodeSelections1: TMenuItem
  464.             Caption = 'Decode Multiple Selections'
  465.             ShortCut = 0
  466.             OnClick = DecodeSelections1Click
  467.           end
  468.         end
  469.         object MIMEDecode1: TMenuItem
  470.           Caption = 'MIME Decode...'
  471.           ShortCut = 0
  472.         end
  473.         object UUEncode1: TMenuItem
  474.           Caption = 'UUEncode...'
  475.           ShortCut = 0
  476.           OnClick = UUEncode1Click
  477.         end
  478.         object MIMEEncode1: TMenuItem
  479.           Caption = 'MIME Encode'
  480.           ShortCut = 0
  481.           object ToCurrentMessage1: TMenuItem
  482.             Caption = 'To Current Message'
  483.             ShortCut = 0
  484.           end
  485.           object ToNewMessage1: TMenuItem
  486.             Caption = 'To New Message'
  487.             ShortCut = 0
  488.           end
  489.           object ToFile2: TMenuItem
  490.             Caption = 'To File...'
  491.             ShortCut = 0
  492.           end
  493.         end
  494.       end
  495.     end
  496.     object Edit1: TMenuItem
  497.       Caption = 'Edit'
  498.       ShortCut = 0
  499.       object Cut1: TMenuItem
  500.         Caption = 'Cut'
  501.         ShortCut = 0
  502.         OnClick = Cut1Click
  503.       end
  504.       object Copy1: TMenuItem
  505.         Caption = 'Copy'
  506.         ShortCut = 0
  507.         OnClick = Copy1Click
  508.       end
  509.       object CopytoFile1: TMenuItem
  510.         Caption = 'Copy to File...'
  511.         ShortCut = 0
  512.         OnClick = CopytoFile1Click
  513.       end
  514.       object Paste1: TMenuItem
  515.         Caption = 'Paste'
  516.         ShortCut = 0
  517.         OnClick = Paste1Click
  518.       end
  519.       object PastefromFile1: TMenuItem
  520.         Caption = 'Paste from File...'
  521.         ShortCut = 0
  522.         OnClick = PastefromFile1Click
  523.       end
  524.     end
  525.     object EMail2: TMenuItem
  526.       Caption = 'EMail'
  527.       Enabled = False
  528.       ShortCut = 0
  529.       object CheckMail1: TMenuItem
  530.         Caption = 'Check New Mail'
  531.         ShortCut = 0
  532.         OnClick = CheckMail1Click
  533.       end
  534.       object CreateNewMessage1: TMenuItem
  535.         Caption = 'Create New Message'
  536.         ShortCut = 0
  537.       end
  538.       object ReplyToCurrentMessage1: TMenuItem
  539.         Caption = 'Reply To Current Message'
  540.         ShortCut = 0
  541.       end
  542.       object SendCurrentMessage1: TMenuItem
  543.         Caption = 'Send/Queue Current Message'
  544.         ShortCut = 0
  545.       end
  546.       object SendQueue1: TMenuItem
  547.         Caption = 'Send Queue'
  548.         ShortCut = 0
  549.       end
  550.       object MailServers1: TMenuItem
  551.         Caption = 'Mail Servers...'
  552.         ShortCut = 0
  553.         OnClick = MailServers1Click
  554.       end
  555.       object Mailboxes1: TMenuItem
  556.         Caption = 'Mailboxes...'
  557.         ShortCut = 0
  558.       end
  559.       object Correspondents1: TMenuItem
  560.         Caption = 'Correspondents...'
  561.         ShortCut = 0
  562.       end
  563.       object TrashMarkedMessages1: TMenuItem
  564.         Caption = 'Trash Marked Messages'
  565.         ShortCut = 0
  566.       end
  567.       object EmptyTrash1: TMenuItem
  568.         Caption = 'Empty Trash'
  569.         ShortCut = 0
  570.       end
  571.       object ExitEMailRequired1: TMenuItem
  572.         Caption = 'Exit EMail (Required!)'
  573.         ShortCut = 0
  574.         OnClick = ExitEMailRequired1Click
  575.       end
  576.     end
  577.     object FTP2: TMenuItem
  578.       Caption = 'FTP'
  579.       Enabled = False
  580.       ShortCut = 0
  581.       object ConnectToSite1: TMenuItem
  582.         Caption = 'Connect To Site'
  583.         ShortCut = 0
  584.         OnClick = ConnectToSite1Click
  585.       end
  586.       object Disconnect1: TMenuItem
  587.         Caption = 'Disconnect'
  588.         Enabled = False
  589.         ShortCut = 0
  590.         OnClick = Disconnect1Click
  591.       end
  592.       object UploadMarked1: TMenuItem
  593.         Caption = 'Upload Marked'
  594.         Enabled = False
  595.         ShortCut = 0
  596.         object ASCII1: TMenuItem
  597.           Caption = 'ASCII'
  598.           ShortCut = 0
  599.           OnClick = ASCII1Click
  600.         end
  601.         object Binary1: TMenuItem
  602.           Caption = 'Binary'
  603.           ShortCut = 0
  604.           OnClick = Binary1Click
  605.         end
  606.       end
  607.       object DownloadMarked1: TMenuItem
  608.         Caption = 'Download Marked'
  609.         Enabled = False
  610.         ShortCut = 0
  611.         object ASCII2: TMenuItem
  612.           Caption = 'ASCII'
  613.           ShortCut = 0
  614.           object ToFile1: TMenuItem
  615.             Caption = 'To File'
  616.             ShortCut = 0
  617.             OnClick = ToFile1Click
  618.           end
  619.           object ToDisplay1: TMenuItem
  620.             Caption = 'To Display'
  621.             ShortCut = 0
  622.             OnClick = ToDisplay1Click
  623.           end
  624.         end
  625.         object Binary2: TMenuItem
  626.           Caption = 'Binary'
  627.           ShortCut = 0
  628.           OnClick = Binary2Click
  629.         end
  630.       end
  631.       object Directory1: TMenuItem
  632.         Caption = 'Directory'
  633.         Enabled = False
  634.         ShortCut = 0
  635.         object ViewRemoteasText1: TMenuItem
  636.           Caption = 'Remote'
  637.           ShortCut = 0
  638.           object ViewasText1: TMenuItem
  639.             Caption = 'View as Text'
  640.             ShortCut = 0
  641.             OnClick = ViewasText1Click
  642.           end
  643.           object Change1: TMenuItem
  644.             Caption = 'Change...'
  645.             ShortCut = 0
  646.             OnClick = Change1Click
  647.           end
  648.           object Create1: TMenuItem
  649.             Caption = 'Create...'
  650.             ShortCut = 0
  651.             OnClick = Create1Click
  652.           end
  653.           object Delete3: TMenuItem
  654.             Caption = 'Delete...'
  655.             ShortCut = 0
  656.             OnClick = Delete3Click
  657.           end
  658.         end
  659.         object ChangeLocal1: TMenuItem
  660.           Caption = 'Change Local...'
  661.           ShortCut = 0
  662.           OnClick = ChangeLocal1Click
  663.         end
  664.       end
  665.       object DeleteRemoteFiles1: TMenuItem
  666.         Caption = 'Delete Remote Files'
  667.         ShortCut = 0
  668.         OnClick = DeleteRemoteFiles1Click
  669.       end
  670.       object FTPSites1: TMenuItem
  671.         Caption = 'FTP Sites...'
  672.         ShortCut = 0
  673.         OnClick = FTPSites1Click
  674.       end
  675.     end
  676.     object News1: TMenuItem
  677.       Caption = 'News'
  678.       Enabled = False
  679.       ShortCut = 0
  680.       object ConnectandUpdate1: TMenuItem
  681.         Caption = 'Connect and Update'
  682.         ShortCut = 0
  683.         OnClick = ConnectandUpdate1Click
  684.       end
  685.       object Disconnect2: TMenuItem
  686.         Caption = 'Disconnect'
  687.         Enabled = False
  688.         ShortCut = 0
  689.         OnClick = Disconnect2Click
  690.       end
  691.       object Headers1: TMenuItem
  692.         Caption = 'Headers'
  693.         Enabled = False
  694.         ShortCut = 0
  695.         object RetrieveMarked1: TMenuItem
  696.           Caption = 'Retrieve Marked'
  697.           ShortCut = 0
  698.           OnClick = RetrieveMarked1Click
  699.         end
  700.         object RetrieveAll1: TMenuItem
  701.           Caption = 'Retrieve All'
  702.           ShortCut = 0
  703.           OnClick = RetrieveAll1Click
  704.         end
  705.         object Catchup1: TMenuItem
  706.           Caption = 'Catchup'
  707.           ShortCut = 0
  708.           object Marked1: TMenuItem
  709.             Caption = 'Marked'
  710.             ShortCut = 0
  711.             OnClick = Marked1Click
  712.           end
  713.           object All1: TMenuItem
  714.             Caption = 'All'
  715.             ShortCut = 0
  716.             OnClick = All1Click
  717.           end
  718.         end
  719.       end
  720.       object CheckNewNews1: TMenuItem
  721.         Caption = 'Check New News'
  722.         Enabled = False
  723.         ShortCut = 0
  724.         OnClick = CheckNewNews1Click
  725.       end
  726.       object GetMarked1: TMenuItem
  727.         Caption = 'Retrieve Marked Articles'
  728.         Enabled = False
  729.         ShortCut = 0
  730.         OnClick = GetMarked1Click
  731.       end
  732.       object Article1: TMenuItem
  733.         Caption = 'Article'
  734.         Enabled = False
  735.         ShortCut = 0
  736.         object NewArticle1: TMenuItem
  737.           Caption = 'New Article'
  738.           ShortCut = 0
  739.           OnClick = NewArticle1Click
  740.         end
  741.         object FollowupArticle1: TMenuItem
  742.           Caption = 'Followup Article'
  743.           ShortCut = 0
  744.           OnClick = FollowupArticle1Click
  745.         end
  746.         object PutinQueue1: TMenuItem
  747.           Caption = 'Put in Queue'
  748.           ShortCut = 0
  749.           OnClick = PutinQueue1Click
  750.         end
  751.       end
  752.       object Post1: TMenuItem
  753.         Caption = 'Post'
  754.         Enabled = False
  755.         ShortCut = 0
  756.         object CurrentArticle1: TMenuItem
  757.           Caption = 'Current Article'
  758.           ShortCut = 0
  759.           OnClick = CurrentArticle1Click
  760.         end
  761.         object EntireQueue1: TMenuItem
  762.           Caption = 'Entire Queue'
  763.           ShortCut = 0
  764.           OnClick = EntireQueue1Click
  765.         end
  766.       end
  767.       object NewsServers1: TMenuItem
  768.         Caption = 'News Servers...'
  769.         ShortCut = 0
  770.         OnClick = NewsServers1Click
  771.       end
  772.       object SubscribedNewsgroups1: TMenuItem
  773.         Caption = 'Subscribed Newsgroups...'
  774.         Enabled = False
  775.         ShortCut = 0
  776.         OnClick = SubscribedNewsgroups1Click
  777.       end
  778.       object Trash1: TMenuItem
  779.         Caption = 'Trash'
  780.         Enabled = False
  781.         ShortCut = 0
  782.         object AllReadArticles1: TMenuItem
  783.           Caption = 'All Read/Sent Articles'
  784.           ShortCut = 0
  785.           OnClick = AllReadArticles1Click
  786.         end
  787.         object AllMarkedArticles1: TMenuItem
  788.           Caption = 'All Marked Articles'
  789.           ShortCut = 0
  790.           OnClick = AllMarkedArticles1Click
  791.         end
  792.         object AllAvailableArticles1: TMenuItem
  793.           Caption = 'All Available Articles'
  794.           ShortCut = 0
  795.           OnClick = AllAvailableArticles1Click
  796.         end
  797.       end
  798.       object DownloadActiveNewsgroups1: TMenuItem
  799.         Caption = 'Download Active Newsgroups...'
  800.         Enabled = False
  801.         ShortCut = 0
  802.         OnClick = DownloadActiveNewsgroups1Click
  803.       end
  804.       object AbortNewsgroupDownload1: TMenuItem
  805.         Caption = 'Abort Newsgroup Download'
  806.         ShortCut = 0
  807.         OnClick = AbortNewsgroupDownload1Click
  808.       end
  809.     end
  810.     object Preferences1: TMenuItem
  811.       Caption = 'Options'
  812.       ShortCut = 0
  813.       object EMail3: TMenuItem
  814.         Caption = 'E Mail...'
  815.         ShortCut = 0
  816.         OnClick = EMail3Click
  817.       end
  818.       object FTP3: TMenuItem
  819.         Caption = 'FTP...'
  820.         ShortCut = 0
  821.         OnClick = FTP3Click
  822.       end
  823.       object News2: TMenuItem
  824.         Caption = 'News...'
  825.         ShortCut = 0
  826.         OnClick = News2Click
  827.       end
  828.       object Paths1: TMenuItem
  829.         Caption = 'Paths...'
  830.         ShortCut = 0
  831.         OnClick = Paths1Click
  832.       end
  833.     end
  834.   end
  835.   object OpenDialog1: TOpenDialog
  836.     FileEditStyle = fsEdit
  837.     Left = 520
  838.     Top = 248
  839.   end
  840.   object SaveDialog1: TSaveDialog
  841.     FileEditStyle = fsEdit
  842.     Left = 488
  843.     Top = 248
  844.   end
  845. end
  846.